Skip to content

fix(deps): update all non-major updates#181

Merged
Medicopter117 merged 1 commit intomainfrom
renovate/all-non-major-updates
Mar 12, 2026
Merged

fix(deps): update all non-major updates#181
Medicopter117 merged 1 commit intomainfrom
renovate/all-non-major-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/node (source) 24.10.1324.12.0 age confidence devDependencies minor
@vitejs/plugin-react-swc (source) 4.2.34.3.0 age confidence devDependencies minor
FastAPI (changelog) ==0.128.4==0.135.1 age confidence project.dependencies minor
ManagerX-DevTools (changelog) ==1.2026.01.11.1==1.2026.2.26 age confidence project.dependencies patch
ManagerX-DevTools (changelog) ==1.2026.1.11.1==1.2026.2.26 age confidence patch
ManagerX-Handler ==1.2026.01.10==1.2026.2.9.4 age confidence project.dependencies patch
ManagerX-Handler ==1.2026.1.10==1.2026.2.9.4 age confidence patch
autoprefixer 10.4.2410.4.27 age confidence devDependencies patch
certifi ==2026.1.4==2026.2.25 age confidence project.optional-dependencies minor
certifi ==2026.1.4==2026.2.25 age confidence minor
charset-normalizer (changelog) ==3.4.4==3.4.5 age confidence project.optional-dependencies patch
charset-normalizer (changelog) ==3.4.4==3.4.5 age confidence patch
eslint (source) 10.0.110.0.3 age confidence devDependencies patch
eslint-plugin-react-refresh 0.5.00.5.2 age confidence devDependencies patch
fastapi (changelog) ==0.128.4==0.135.1 age confidence project.optional-dependencies minor
fastapi (changelog) ==0.128.4==0.135.1 age confidence minor
framer-motion 12.34.312.36.0 age confidence dependencies minor
globals 17.3.017.4.0 age confidence devDependencies minor
jaraco.context ==6.1.0==6.1.1 age confidence patch
lucide-react (source) 0.575.00.577.0 age confidence dependencies minor
node 24.13.024.14.0 age confidence uses-with minor
postcss (source) 8.5.68.5.8 age confidence devDependencies patch
py-cord (changelog) ==2.7.0==2.7.1 age confidence project.optional-dependencies patch
py-cord (changelog) ==2.7.0==2.7.1 age confidence project.dependencies patch
py-cord (changelog) ==2.7.0==2.7.1 age confidence patch
pydantic_core ==2.41.5==2.42.0 age confidence minor
python-dotenv ==1.2.1==1.2.2 age confidence project.optional-dependencies patch
python-dotenv ==1.2.1==1.2.2 age confidence patch
react-day-picker (source) 9.13.29.14.0 age confidence dependencies minor
react-hook-form (source) 7.71.17.71.2 age confidence dependencies patch
react-resizable-panels (source) 4.6.44.7.2 age confidence dependencies minor
react-router-dom (source) 7.13.07.13.1 age confidence dependencies patch
recharts 3.7.03.8.0 age confidence dependencies minor
rich ==14.3.2==14.3.3 age confidence patch
tailwindcss (source) 4.2.04.2.1 age confidence devDependencies patch
typescript-eslint (source) 8.56.08.57.0 age confidence devDependencies minor
uvicorn (changelog) ==0.40.0==0.41.0 age confidence project.optional-dependencies minor
uvicorn (changelog) ==0.40.0==0.41.0 age confidence project.dependencies minor
uvicorn (changelog) ==0.40.0==0.41.0 age confidence minor
vitest (source) 4.0.184.1.0 age confidence devDependencies minor
yarl ==1.22.0==1.23.0 age confidence project.optional-dependencies minor
yarl ==1.22.0==1.23.0 age confidence project.dependencies minor
yarl ==1.22.0==1.23.0 age confidence minor

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react-swc)

v4.3.0

Compare Source

Add Vite 8 to peerDependencies range #​1142

This plugin is compatible with Vite 8.

fastapi/fastapi (FastAPI)

v0.135.1

Compare Source

Fixes
  • 🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed in the request async exit stack. PR #​15038 by @​tiangolo.
Docs
Internal

v0.135.0

Compare Source

Features

v0.134.0

Compare Source

Features
  • ✨ Add support for streaming JSON Lines and binary data with yield. PR #​15022 by @​tiangolo.
    • This also upgrades Starlette from >=0.40.0 to >=0.46.0, as it's needed to properly unrwap and re-raise exceptions from exception groups.
    • New docs: Stream JSON Lines.
    • And new docs: Stream Data.
Docs
Internal

v0.133.1

Compare Source

Features
Internal

v0.133.0

Compare Source

v0.132.1

Compare Source

Refactors
Internal

v0.132.0

Compare Source

Breaking Changes
  • 🔒️ Add strict_content_type checking for JSON requests. PR #​14978 by @​tiangolo.
    • Now FastAPI checks, by default, that JSON requests have a Content-Type header with a valid JSON value, like application/json, and rejects requests that don't.
    • If the clients for your app don't send a valid Content-Type header you can disable this with strict_content_type=False.
    • Check the new docs: Strict Content-Type Checking.
Internal

v0.131.0

Compare Source

Breaking Changes

v0.130.0

Compare Source

Features

v0.129.2

Compare Source

Internal

v0.129.1

Compare Source

Fixes
  • ♻️ Fix JSON Schema for bytes, use "contentMediaType": "application/octet-stream" instead of "format": "binary". PR #​14953 by @​tiangolo.
Docs
Translations
Internal

v0.129.0

Compare Source

Breaking Changes
Refactors
Docs
Internal

v0.128.8

Compare Source

Docs
Internal

v0.128.7

Compare Source

Features
Refactors
  • ♻️ Simplify reading files in memory, do it sequentially instead of (fake) parallel. PR #​14884 by @​tiangolo.
Docs
Internal

v0.128.6

Compare Source

Fixes
Translations
Internal

v0.128.5

Compare Source

Refactors
  • ♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal utils. PR #​14862 by @​tiangolo.
Internal
  • ✅ Add inline snapshot tests for OpenAPI before changes from Pydantic v2. PR #​14864 by @​tiangolo.
postcss/autoprefixer (autoprefixer)

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
certifi/python-certifi (certifi)

v2026.2.25

Compare Source

jawah/charset_normalizer (charset-normalizer)

v3.4.5

Compare Source

Changed
  • Update setuptools constraint to setuptools>=68,<=82.
  • Raised upper bound of mypyc for the optional pre-built extension to v1.19.1
Fixed
  • Add explicit link to lib math in our optimized build. (#​692)
  • Logger level not restored correctly for empty byte sequences. (#​701)
  • TypeError when passing bytearray to from_bytes. (#​703)
Misc
  • Applied safe micro-optimizations in both our noise detector and language detector.
  • Rewrote the query_yes_no function (inside CLI) to avoid using ambiguous licensed code.
  • Added cd.py submodule into mypyc optional compilation to reduce further the performance impact.
eslint/eslint (eslint)

v10.0.3

Compare Source

v10.0.2

Compare Source

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.5.2

Compare Source

  • Support nested function calls for extraHOCs (actually fixes #​104)

v0.5.1

Compare Source

  • Mark ESLint v10 as supported
  • Support false positives with TypeScript function overloading (fixes #​105)
  • Support nested function calls for extraHOCs (fixes #​104)
motiondivision/motion (framer-motion)

v12.36.0

Compare Source

Added
  • Allow dragSnapToOrigin to accept "x" or "y" for per-axis snapping.
  • Added axis-locked layout animations with layout="x" and layout="y".
  • Added skipInitialAnimation to useSpring.
Fixed
  • Fixed height and width: auto animations with box-sizing: border-box.
  • Reset component values when exit animation finishes.
  • Ensure anticipate easing returns 1 at p === 1.
  • Fix @emotion/is-prop-valid resolve error in Storybook.
  • Remove data-pop-layout-id from exiting elements when animation interrupted.
  • Ensure we skip WAAPI for non-animatable keyframes.
  • Ensure we skip WAAPI for SVG transforms.
  • Ensure MotionValue props are not passed to SVG.
  • AnimatePresence: Prevent mode="wait" elements from getting stuck when switched rapidly.

v12.35.2

Compare Source

Fixed
  • Reduced filesize of styleEffect.
  • Fix rounding from popLayout.
  • opacity animations in React Strict Mode in development.
  • Ensure useSpring is not affected by monitor framerate.
  • Updating animations sequence segment types to exclude lifecycle handlers.
  • Fix layout animations with parents offset by a %-based translation.
  • Fix autoplay: false with WAAPI animations.
  • Fix layout jump in React Strict Mode in development.
  • Detect divide-by-zero in CSS calc() values before making animatable templates.

v12.35.1

Compare Source

Fixed
  • Fixing combination of string keyframes, spring and delay.
  • Gracefully handle negative scroll values.
  • Fix one-frame visual gap when rapidly switching WAAPI animations.
  • animation.time = 0 on a finished animation sets the playhead in a paused state.

v12.35.0

Compare Source

Added
  • ViewTimeline support for scroll and useScroll.

v12.34.5

Compare Source

Fixed
  • Ensure final WAAPI styles are always committed synchronously to prevent flash of incorrect styles in Firefox.
  • Prevent Next.js from caching typeof window checks.
  • Improve projection node cleanup.
  • Variant propagation fixed for asynchronously-mounted children.

v12.34.4

Compare Source

Fixed
  • Ensure onComplete fires at the end of an animation sequence.
sindresorhus/globals (globals)

v17.4.0

Compare Source

jaraco/jaraco.context (jaraco.context)

v6.1.1

Compare Source

lucide-icons/lucide (lucide-react)

v0.577.0: Version 0.577.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.576.0...0.577.0

v0.576.0: Version 0.576.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

actions/node-versions (node)

v24.14.0: 24.14.0

Compare Source

Node.js 24.14.0

v24.13.1: 24.13.1

Compare Source

Node.js 24.13.1

postcss/postcss (postcss)

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).
Pycord-Development/pycord (py-cord)

v2.7.1

Compare Source

Added
  • Added .extension attribute to the AppEmoji and GuildEmoji classes.
    (#​3055)
  • Added the ability to compare instances of PrimaryGuild.
    (#​3077)
  • Added cache_default_sounds parameter to Client and its subclasses.
    (#​3113)
Changed
  • Migrated away from utils.deprecated in favor of warnings.deprecated. Added type
    checker warnings support for function deprecations.
    (#​3042)
  • Updated Role.is_assignable() to also check whether the bot has the MANAGE_ROLES
    permission. (#​3048)
  • Updated the docs' Sphinx version to v9.
    (#​3067)
Fixed
  • Fixed core issues with modifying items in Container and Section
    (#​3032)
  • Fixed an issue where views raised unnecessary errors on timeout.
    (#​3019)
  • Fixed RawMessageUpdateEvent.cached_message being always None even when the message
    was cached. (#​3038)
  • Fixed an issue with downloading animated emojis which were originally uploaded as WebP
    files by changing the .url extension of animated emojis from .gif to .webp.
    (#​3055)
  • Fixed the Interaction.channel attribute not being properly resolved with
    user-installed commands ran in guilds of which the bot is not a member.
    (#​3047)
  • Fixed the following ForwardedMessage attributes not being populated:
    ForwardedMessage.mentions, ForwardedMessage.role_mentions, and
    ForwardedMessage.type.
    (#​3051)
  • Fixed incorrect page group assignment in paginators.
    (#​3065)
  • Fixed the Interaction.respond and ApplicationContext.respond methods to explicitly
    list the accepted parameters.
    (#​3061)
  • Fixed an issue where the optional parameters of the InteractionResponse.send_message
    method were not type-hinted as optional.
    (#​3061)
  • Fixed the update of a user's primary_guild to now cause an on_user_update event to
    fire. (#​3077)
  • Fixed an error when using methods from other classes regarding option autocompletes.
    (#​3082)
  • Fixed ext.pages.Paginator not working anymore when using custom_view.
    (#​3090)
  • Fixed get_or_fetch() not supporting Thread objects.
    (#​3101)
theskumar/python-dotenv (python-dotenv)

v1.2.2

Compare Source

Added
  • Support for Python 3.14, including the free-threaded (3.14t) build. (#​588)
Changed
  • The dotenv run command now forwards flags directly to the specified command by [@​bbc2] in [#​607]
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Dropped Support for Python 3.9.
Fixed
  • Improved set_key and unset_key behavior when interacting with symlinks by [@​bbc2] in [790c5c0]
  • Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by [@​JYOuyang] in [#​590]
Breaking Changes
  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some
    situations. This is no longer the case. For that behavior to be restored in
    all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This
    is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset
    used to reset the file mode of the modified .env file to 0o600 in some
    situations. This is no longer the case: The original mode of the file is now
    preserved. Is the file needed to be created or wasn't a regular file, mode
    0o600 is used.

gpbl/react-day-picker (react-day-picker)

v9.14.0

Compare Source

Release date: 2026-02-26

This release introduces a new resetOnSelect prop and adds support for the Hijri calendar.

Resetting Selections in Range Mode

When in range selection mode, use the resetOnSelect prop to start a new range when a full range is already selected.

Hijri Calendar

To use the Hijri (Umm al-Qura) calendar, import DayPicker from react-day-picker/hijri:

import { DayPicker } from "react-day-picker/hijri";

export function HijriCalendar() {
  return <DayPicker />;
}

Read more in the documentation and play with it in playground.

What's Changed
react-hook-form/react-hook-form (react-hook-form)

v7.71.2: Version 7.71.2

Compare Source

🕵️‍♂️ fix: use DeepPartialSkipArrayKey for WatchObserver value parameter (#​13278)
🧹 fix(clearErrors): emit name signal for targeted field updates (#​13280)

thanks to @​veeceey, @​kaigritun, @​pgoslatara & @​seongbiny

bvaughn/react-resizable-panels (react-resizable-panels)

v4.7.2

Compare Source

  • 683: Don't scroll separator when setting focus

v4.7.1

Compare Source

  • 678: Change default overflow styles to support shadows

[v4.7.0](https://redirect.github.com/bvaughn/react-resizable-panels/blob/HEAD/CHANGELOG.m


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from f65ffec to 47a7682 Compare March 12, 2026 20:05
@Medicopter117 Medicopter117 merged commit 98d049f into main Mar 12, 2026
9 checks passed
@renovate renovate bot deleted the renovate/all-non-major-updates branch March 12, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant